.bs-slider{
    overflow: hidden;
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height: 100%;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    opacity: 0;
    width: 50px;height: 50px;top: 50%;margin-top: -25px;line-height: 45px;text-align: center;
    z-index: 100;
    color: #fff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 50%;border-radius: 50%;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 10px;}
.control-round .carousel-control.right {right: 10px;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fdfdfd;background: rgba(0, 0, 0, 0.3);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    left: 50%;margin-left: -50px; width: 100px; height: 50px;
    bottom: 0%;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding:10px;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255,255,255,1);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
     -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 999;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    background-color:rgba(255,255,255,1);
    position: relative;
}





/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 10%;
    top: 35%;
	height: auto;
    position: absolute;
    padding: 10px;}

.slide-text > h1 {
	display: block;
    padding: 0;
    color: #fff;
    font-size: 45px;
	font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slide-text > p {
    padding: 0;
    color: rgba(255,255,255,0.9);
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing:1px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	margin-bottom: 30px;
    text-shadow: rgba(0,0,0,0.3) 0.05em 0.05em 0.1em;
	-webdit-text-shadow: rgba(0,0,0,0.3) 0.05em 0.05em 0.1em;
}

.slide-text > a.btn-primary{
    color: #fff;position: relative;
    font-weight: 300;
    font-size: 14px;
	width: 150px;
    line-height: 36px;
    padding:0px;
	text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border:1px solid rgba(255,255,255,0.6);
	border-radius:0px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #333;
    background: #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width:1440px){
.slide-text {top: 35%;}
.slide-text > h1 {
    font-size: 36px;
    margin-bottom: 20px;
}
.slide-text > p {
    font-size: 18px;
    line-height: 36px;
}
.slide-text > a.btn-primary{
	width: 140px;
    line-height: 30px;
}
}
@media (max-width:1366px){
.slide-text {top: 35%;}
.slide-text > h1 {
    font-size: 26px;
    margin-bottom: 10px;
}
.slide-text > p {
    font-size: 16px;
    line-height: 30px;
}
.slide-text > a.btn-primary{
	width: 120px;
    line-height: 28px;
}
}

@media (max-width: 991px) {
.slide-text {top: 35%;}
.slide-text h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
.slide-text > p {
        font-size: 14px;
    }
.slide-text > a.btn-primary{
	width: 110px;
    line-height: 25px;
}
}

@media  (max-width: 768px) {
.slide-text {top: 35%;}
.slide-text h1 {
        font-size: 20px;
        margin-bottom: 10px;
}
.slide-text > p {
        font-size: 14px;
        margin-bottom: 10px;
}
.slide-text > a.btn-primary{
	width: 110px;
    line-height: 25px;
}	
.control-round .carousel-control{display: none;}
}
@media  (max-width: 480px) {
.slide-text {top: 35%;}
.slide-text h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }
.slide-text h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
.slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
.slide-text > a.btn-primary{
	width: 100px;
    line-height: 20px;
}
.indicators-line > .carousel-indicators{display: none;}
}